| Previous | Chapter contents | Chapter top | Section top | Next |
The type field of a cursor record (link) specifies the kind of cursor you want to replace (or restore) using the QTVRReplaceCursor function (link) . You can use these constants to specify a cursor type:
enum {
kQTVRUseDefaultCursor = 0,
kQTVRStdCursorType = 1,
kQTVRColorCursorType = 2
};
| Previous | Chapter contents | Chapter top | Section top | Next |